home *** CD-ROM | disk | FTP | other *** search
/ Klondike Gold - An Interactive History / Klondike Gold - An Interactive History.iso / ab3.dir / 00115_Script_115 < prev    next >
Text File  |  1995-11-28  |  655b  |  40 lines

  1. on exitFrame
  2.   --1
  3.   
  4.   
  5.   HL 45, 28
  6.   
  7.   
  8.   
  9.   preLoadCast 17, 22
  10.   
  11.   if rollover(3) then
  12.     show "V001.A red"
  13.   else
  14.     if rollover(4) then
  15.       show "V001.a"
  16.     else
  17.       if rollover(5) then
  18.         show "V001.B RED"
  19.       else
  20.         if rollover(6) then
  21.           show "V001.b"
  22.         else
  23.           if rollover(7) then
  24.             show "V001.c RED"
  25.           else
  26.             if rollover(8) then
  27.               show "V001.c"
  28.             else
  29.               reshow "1", "V001"
  30.               prompt2
  31.             end if
  32.           end if
  33.         end if
  34.       end if
  35.     end if
  36.   end if 
  37.   go the frame
  38.   
  39. end
  40.